/* 首屏 */
.body_home {
  width: 100%;
  height: 100%;
}

/* logo */
.public_nav {
  position: fixed;
  top: -220px;
  left: 0;
  width: 100%;
  z-index: 100;
  zoom: 1;
  height: 155px;
}
#view-body-01 .public_nav{
  /* background-image: url('../images/top_bg.png') no-repeat;
  background-size: 100% 100%; */
  background-image: linear-gradient(to bottom, #0000007c, #00000043);
}

.show_nav {
  top: 0px;
  animation: runNavTop 0.6s forwards;
}
.home_rotation .swiper-container,
.home_rotation{
  height: 100%;
}

.swiper-wrapper.swiper-wrapper-style .swiper-slide  img {
  width: 100%;
  height: 100%;
}

/* yu */
.motto-icon {
  position: absolute;
  width: 1200px;
  height: 364px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -56%);
  z-index: 5;
  background-image: url("../images/motto-icon.png");
  background-size: 100% 100%;
}

.topTO {
  top: -220px;
  animation: runNavbottom 0.6s forwards;
}

@keyframes runNavTop {
  from {
    top: -220px;
  }

  to {
    top: 0;
  }
}

@keyframes runNavbottom {
  from {
    top: 0;
  }

  to {
    top: -220px;
  }
}

.public_nav .container {
  /* width: 75%; */
  width: 1200px;
  height: 60px;
  margin: 0px auto;
  margin-top: 20px;
}

.logo_left {
  float: left;
  width: 168px;
  height: 60px;
}

.logo_right {
  float: left;
  width: 320px;
  height: 39px;
  margin-top: 10px;
  margin-left: 200px;
}
.logo_right.logo_rightTopTitle {
  float: right;
}

.logo_right > img,
.logo_left > img {
  width: 100%;
  height: 100%;
}
.container-input-warpper {
  float: right;
  height: 26px;
  margin-top: 18px;
}
.container-input-warpper input {
  float: right;
  background-color: #fff;
  height: 28px;
  line-height: 28px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: none;
  padding-left: 40px;
}
.container-input-img {
  float: right;
  height: 24px;
  width: 24px;
  margin-top: 2px;
  margin-right: -36px;
}
.container-input-img img {
  height: 100%;
}
.container-input-text{
	float: right;
	height: 30px;
	width: 60px;
	line-height: 30px;
	padding-right: 15px;
}
.container-input-text a{
	font-size: 16px;
	color: #FFF;
}
/* 导航 */
.nav_bg {
  margin-top: 15px;
}

.bottom_LI,
.top_LI {
  position: relative;
  text-align: center;
  width: 132px;
}

.nav_bg .nav_container {
  /* width: 75%; */
  width: 1250px;
  height: 36px;
  line-height: 36px;
  margin: 0px auto;
}

.nav_bg .nav_container ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}

.nav_bg .nav_container li {
  font-size: 18px;
  letter-spacing: 2px;
  margin-right: 1rem;
}

.nav_bg .nav_container li._action_ {
  font-size: 18px;
  font-family: "Medium";
}

.nav_bg .nav_container a {
  color: #fff;
  text-decoration: none;
  padding: 0.5rem;
}

.nav_bg .nav_container ul ._action_:before {
  content: "";
  position: absolute;
  width: 36px;
  height: 6px;
  top: 32px;
  left: 46px;
}

.body_B .nav_bg .nav_container ul ._action_:before {
  background-image: url("../images/Rectangle-bottom.png");
  background-size: 100% 100%;
}

.body_home .nav_bg .nav_container ul ._action_:before {
  background-image: url("../images/Rectangle.png");
  background-size: 100% 100%;
}

.nav-tow {
  height: 0px;
  margin-left: 62px;
  /* margin-right: -15px; */
  position: absolute;
  top: 39px;
  text-align: center;
  box-shadow: 0px 0px 40px 0px #00000010;
  border: 1px solid #ffffff00;
  padding: 0px 3px;
  overflow: hidden;
  margin-left: 62px;
  min-width: 160px;
  width: auto;
  transform: translate(-50%);
  transition: all 500ms;
  overflow: hidden;
}
.nav_bg .nav_container .nav-tow a {
  color: #999999;
  font-family: "Regular";
}
.show_tow-nav {
  height: auto;
  background-color: #fff;
}


.nav-tow > div {
  color: #666666;
  height: 25px;
  line-height: 25px;
  cursor: pointer;
  margin: 10px 0px;
  /* overflow: hidden; */
  white-space: nowrap;
}

.nav-tow > div:first-child {
  margin-top: 16px;
}

.nav-tow > div:last-child {
  margin-bottom: 16px;
}

.nav-tow_action a {
  color: #244ba5 !important;
  font-family: "Medium" !important;
}

/*  轮播 */
.home_rotation {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
}

.swiper,
.swiper-wrapper,
.swiper-slide {
  width: 100%;
  height: 100%;
}

.public_swiper .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url(../images/Ellipse.png) no-repeat;
  background-size: 100% 100%;
}

.public_swiper
  .swiper-pagination-clickable
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  height: 28px;
  background: url(../images/Group.png) no-repeat;
  background-size: 100% 100%;
}

.public_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 100px;
}

.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 14px);
}

.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: -6px var(--swiper-pagination-bullet-horizontal-gap, 14px);
}

/* 二屏 */
.body_B {
  position: fixed;
  height: 100%;
  width: 100%;
  min-width: 1200px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: #fff;
  z-index: 11;
  display: none;
}

.body_view {
  display: block;
  animation: runTop 0.8s forwards;
}

.body-b-bottom {
  animation: runBottom 0.8s forwards;
}

@keyframes runTop {
  from {
    top: 100%;
  }

  to {
    top: 0;
  }
}

@keyframes runBottom {
  from {
    top: 0;
  }

  to {
    top: 100%;
  }
}

.body_B > .public_nav {
  width: 100%;
  height: 155px;
  background: url(../images/RectangleNav.png) no-repeat;
  background-size: 100% 100%;
}

.scroll {
  height: 100%;
  overflow: auto;
  color: #424242;
}

.scroll > .teacher {
  position: relative;
  padding-bottom: 60px;
}

.model-name {
  width: 1200px;
  margin: 30px auto;
}
.model-name-img-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice-warp-academic-model-name-img-more {
  display: flex;
  align-items: center;
}
.notice-warp-academic-model-name-img-more a {
  width: 100%;
  z-index: 2;
}
.model-name-more {
  font-size: 21px;
  margin-left: 20px;
  color: #666666;
  display: flex;
  align-items: center;
  z-index: 2;
}
.model-name-more:hover {
  color: #244ba5;
  font-family: "Medium";
}
.model-name-more:hover .more-img {
  background: url(../images/morex.png) no-repeat;
  background-size: 100% 100%;
}
.more-img {
  width: 5px;
  height: 8.32px;
  margin-left: 5px;
  margin-top: 2px;
  background: url(../images/morew.svg) no-repeat;
  background-size: 100% 100%;
}
.notice-warp-model-name {
  width: 570px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
#notice-warp-pc .notice-warp-academic-swiper-left {
  width: 32px;
  height: 32px;
  top: 50px;
  left: 350px !important;
}
#academic-pc .notice-warp-academic-swiper-left {
  width: 32px;
  height: 32px;
  top: 50px;
  left: 410px !important;
}
#notice-warp-pc .notice-warp-academic-swiper-center {
  top: 40px;
  left: 174px !important;
  bottom: none !important;
  z-index: 0;
}
#academic-pc .notice-warp-academic-swiper-center {
  top: 40px;
  left: 204px !important;
  bottom: none !important;
  z-index: 0;
}
#notice-warp-pc .notice-warp-academic-swiper-right {
  width: 32px;
  height: 32px;
  top: 50px;
  left: 538px !important;
}
#academic-pc .notice-warp-academic-swiper-right {
  width: 32px;
  height: 32px;
  top: 50px;
  left: 598px !important;
}
.notice-warp-academic .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: 12px;
  height: 12px;
  background: url(../images/notice-warp-academic-w.png) no-repeat;
  background-size: 100% 100%;
}

.notice-warp-academic
  .swiper-pagination-clickable
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background: url(../images/notice-warp-academic-x.png) no-repeat;
  background-size: 100% 100%;
  margin: 0px var(--swiper-pagination-bullet-horizontal-gap, 14px);
}
.academic-model-name {
  width: 570px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0px;
  margin-left: 60px;
}
.model-name-img {
  width: 146px;
  height: 50px;
}
.teacher .model-name {
  margin-bottom: 20px;
}

.academic .model-name {
  margin-top: 10px;
}

.announcement,
.news-swiper {
  /* width: 994rem; */
  /* width: 75%; */
  width: 1200px;
  min-width: 1200px;
  margin: 0px auto;
  overflow: hidden;
}

/* 师生活动 */
.swiperNews {
  width: 100%;
  height: 100%;
}

.news-swiper .swiper-slide {
  width: 235rem;
  /* width: 99%; */
  min-width: 280px;
  font-size: 14px;
  height: 99%;
  /* margin-left: 2rem;
    margin-right: 14rem; */
}
.news-swiper {
  padding: 21px;
}

.news-swiper .swiper-slide .swiperNews_img {
  width: 100%;
  height: 113.5rem;
  overflow: hidden;
}

.swiperNews_text {
  width: 94%;
  margin: 15px auto;
}

#swiperNews .swiper-slide {
  cursor: pointer;
  box-shadow: 0px 0px 77px 0px #00000006;
}

.swiperNews_text-content {
  font-size: 9rem;
  line-height: 14rem;
  height: 28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.swiperNews_text-icon {
  font-size: 14px;
  margin-top: 3rem;
}

.swiperNews_text_time {
  float: left;
  color: #999999;
}

.teacher .swiper-slide:hover .swiperNews_img img {
  transform: scale(1.1, 1.1) !important;
}

.swiperNews_text_right {
  float: right;
  width: 21px;
  height: 6px;
  background: url(../images/right_icon.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 6px;
}

.teacher .swiper-slide > a > div {
  border: 1px solid #244ba500;
}

.teacher .swiper-slide.teacher-active > a > div {
  border: 1px solid #244ba5;
}
.teacher .swiper-slide:hover > a > div {
  color: #244ba5;
  border: 1px solid #244ba5;
  font-family: "Medium";
}
.teacher .swiper-slide:hover .swiperNews_text_time {
  color: #244ba5;
  font-family: "Medium";
}
.teacher .swiper-slide:hover .swiperNews_text_right {
  background: url(../images/right_icon_select.png) no-repeat;
}
.teacher .swiper-slide.teacher-active .swiperNews_text_time,
.teacher .swiper-slide.teacher-active .swiperNews_text {
  font-family: "Medium";
  color: #244ba5;
}

.swiper-slide.teacher-active .swiperNews_text_right {
  background: url(../images/right_icon_select.png) no-repeat;
  background-size: 100% 100%;
}

.news-swiper .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: 18px;
  height: 18px;
  background: url(../images/EllipseNews.png) no-repeat;
  background-size: 100% 100%;
}

.news-swiper
  .swiper-pagination-clickable
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 28px;
  height: 28px;
  background: url(../images/GroupNews.png) no-repeat;
  background-size: 100% 100%;
}

.news-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
}

/* 通知公告-学术动态 */
.notice-warp-academic {
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  background: #fafafa;
  overflow: hidden;
}
.notice-warp-academic-container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.notice-warp-pc {
  position: relative;
}
.academic-pc {
  position: relative;
}

/* 通知公告 */
.notice-announcement {
  padding-bottom: 30px;
}
.college-news-swiper {
  position: relative;
}
.college-news-swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0rem var(--swiper-pagination-bullet-horizontal-gap, 1rem);
}
.college-news-swiper
  .swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 1rem);
}
.notice-warp {
  position: relative;
  border: 1px solid #fafafa;
  background: #fafafa;
}
.notice-warp-phone {
  display: none;
}
.notice-warp-right {
  /* float: right; */
  /* width: 100%;
  height: 260rem; */
  display: grid;
  grid-auto-columns: 33.33%;
  grid-auto-flow: column;
  grid-template-rows: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
}
.notice-warp-left {
  float: left;
  /* width: 100%;
  height: 260rem; */
  display: grid;
  grid-auto-columns: 33.33%;
  grid-auto-flow: column;
  grid-template-rows: 16.66% 16.66% 16.66% 16.66% 16.66% 16.66%;
  /* overflow: hidden; */
}
.announcement {
  /* width: 75%; */
  width: 1200px;
}
.announcement-left {
  width: 570px;
  overflow: hidden;
}
.swiper-wrapper-item {
  /* width: 100%; */
}
.announcement-right {
  width: 570px;
  margin-left: 60px;
  overflow: hidden;
}

.swiperAnnouncement {
  position: relative;
  float: left;
  width: 570px;
  height: 280rem;
  overflow: hidden;
}
.swiperAnnouncement a {
  width: 100%;
}

.college-news-right{
  float: right;
}
.announcementTitle{
  font-size: 15px;
  height: 80px;
  width: 570px;
  overflow: hidden;
  margin-bottom: calc((280rem - 480px)/6 + 10px);
}

.announcementTitle .announcementTitle-list_content {
  font-size: 24px;
  width: 100%;
  display:-webkit-box;
  overflow:hidden;
  text-overflow:ellipsis;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.announcementTitle .announcementTitle-list_content > span {
  font-size: 9rem;
  font-weight: 600;
  margin-left: 10px;
  margin-right: 5px;
}

.announcement-title-item{
  display: none;
}

.click-announcement-title-item{
  display: block;
}

.announcement-List_warp {
  width: calc(100% - 76px);
  height: 66px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notice-warp-List_warp:hover .announcement-List_warp {
  font-family: "Medium" !important;
  color: #244ba5;
}
.academic-list-warp:hover .announcement-List_warp {
  font-family: "Medium" !important;
  color: #244ba5;
}

.announcementList {
  width: 570px;
  height: 215rem;
  /* margin-top: 55rem; */
  overflow: hidden;
}

._img:hover img {
  transform: scale(1.1, 1.1) !important;
}

#swiperNotice,
.swiper-wrapper,
#swiperNotice .swiper-slide,
#swiperNotice .swiper-slide ._img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#swiperNotice .swiper-slide ._img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#swiperNotice .swiper-slide:hover .notice-title a {
  font-family: "Medium";
}

#swiperNotice .swiper-slide:hover ._img img {
  transform: scale(1.1, 1.1) !important;
}

#swiperNotice .swiper-pagination-bullet {
  width: 24px;
  height: 32px;
  text-align: center;
  color: #fff;
  line-height: 32px;
  border-radius: 0px;
  background-color: #ffffff00;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  font-size: 12px;
}

#swiperNotice .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #244ba5;
}

#swiperNotice .swiper-pagination {
  text-align: right;
}

#swiperNotice
  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 20px;
}

#swiperNotice .notice-title-warp {
  position: absolute;
  width: 80%;
  height: 70px;
  color: #fff;
  background-color: #42424280;
  bottom: 0px;
  z-index: 9;
}

#swiperNotice .notice-title {
  width: 60%;
  height: 70px;
  line-height: 70px;
  padding-left: 20px;
  font-size: 9rem;
}
#swiperNotice .notice-title a {
  width: 100%;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notice-warp-List_warp {
  margin-top: 1rem;
  margin-bottom: 7rem;
  width: 100%;
}
.notice-warp-List_warp a {
  display: flex;
  align-items: center;
  width: 100%;
}
.academic-list-warp {
  margin-top: 1rem;
  margin-bottom: 7rem;
}
.academic-list-warp a {
  display: flex;
  align-items: center;
  width: 100%;
}
.notice-warp-List_warp:hover .List_warp-card {
  border: 1px solid #244ba5;
}
.notice-warp-List_warp:hover .card-day {
  font-family: "Medium";
  color: #244ba5;
}
.notice-warp-List_warp:hover .card-time {
  background-color: #244ba5;
}
.notice-warp-List_warp:hover .List_warp {
  font-family: "Medium" !important;
  color: #244ba5;
  border: 1px solid #244ba5;
}
.notice-warp-List_warp:hover .list-time {
  color: #244ba5;
}
.notice-warp-List_warp:hover .list-icon {
  background: url(../images/right_icon_select.png) no-repeat;
  background-size: 100% 100%;
}
.academic-list-warp:hover .List_warp {
  font-family: "Medium" !important;
  color: #244ba5;
  border: 1px solid #244ba5;
}
.academic-list-warp:hover .list-time {
  color: #244ba5;
}
.academic-list-warp:hover .list-icon {
  background: url(../images/right_icon_select.png) no-repeat;
  background-size: 100% 100%;
}
.academic-list-warp:hover .academic-list-warp-card {
  font-family: "Medium";
}
.List_warp {
  width: calc(100% - 76px);
  height: 66px;
  border: 1px solid #dad9d9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.List_warp-card {
  height: 66px;
  width: 66px;
  margin-right: 10px;
  border: 1px solid #999999;
  text-align: center;
}
.academic-list-warp-card {
  height: 66px;
  width: 66px;
  margin-right: 10px;
  background-color: #244ba5;
  text-align: center;
  color: #ffffff;
}
.academic-card-day {
  font-size: 18px;
  line-height: 37px;
}
.academic-card-time-year-month {
  line-height: 29px;
  font-size: 12px;
}
.academic-list-warp:hover .academic-card-time{
  border-top: 2px solid #ffffff;
}
.academic-card-time{
  border-top: 1px solid #ffffff;
}
.card-day {
  font-size: 18px;
  line-height: 37px;
  color: #999999;
}
.card-time {
  background-color: #999999;
}
.card-time-year-month {
  line-height: 29px;
  color: #ffffff;
  font-size: 12px;
}

.list_content {
  font-size: 18px;
  width: 85%;
  /* margin-top: 10px; */
  /* height: 16rem;
    line-height: 21rem; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list_content > span {
  font-size: 9rem;
  font-weight: 600;
  margin-left: 10px;
  margin-right: 5px;
}

.list_time-icon {
  height: 15rem;
}

.list-time {
  float: left;
  font-size: 14px;
  line-height: 15rem;
  padding-left: 13rem;
  color: #868484;
}

.list-icon {
  float: right;
  width: 21px;
  height: 6px;
  background: url(../images/right_icon.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 6rem;
  margin-right: 16rem;
}

.notice_actions {
  font-family: "Medium" !important;
  border: 1px solid #244ba5;
}

.notice_actions .list-time,
.notice_actions .list_content {
  color: #244ba5;
}

.notice_actions .list-icon {
  background: url(../images/right_icon_select.png) no-repeat;
  background-size: 100% 100%;
}

/* 学院新闻 */
.college-news {
  margin-top: 200px;
}
.college-news-list_warp {
  height: 80px;
  cursor: pointer;
}
.college-news-list_warp:hover .college-news-list-index {
  color: #244ba5;
  border: 1px solid #244ba5;
  font-family: "Medium";
}
.college-news-list_warp:hover .list-item-title,
.college-news-list_warp:hover .list-item-content,
.college-news-list_warp:hover .list-item-time {
  color: #244ba5;
  font-family: "Medium";
}
.college-news-list_warp:hover .list-item-icon {
  background: url(../images/right_icon_select.png) no-repeat;
}

/* .click-college-news-list_warp .college-news-list-index{
    color: #244BA5;
    border: 1px solid #244BA5;
    font-family: 'Medium';
}
.click-college-news-list_warp .list-item-title,.click-college-news-list_warp .list-item-content,.click-college-news-list_warp .list-item-time{
    color: #244BA5;
    font-family: 'Medium';
}
.click-college-news-list_warp .list-item-icon{
    background: url(../images/right_icon_select.png) no-repeat;
} */

.college-news-list-index {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-top: 5rem;
  text-align: center;
  font-size: 20px;
  border-radius: 50%;
  color: #424242;
  border: 1px solid #b9b9b9;
}
.college-news-list_warp a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-item {
  float: right;
  width: calc(100% - 44rem);
  margin-top: 5rem;
}

.list-item-left {
  float: left;
  width: 83%;
}

.list-item-right {
  float: right;
}

.list-item-title {
  height: 25px;
  line-height: 21px;
  font-size: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list-item-content {
  font-size: 14px;
  color: #999999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}

.list-item-time {
  height: 19px;
  line-height: 16px;
  font-size: 14px;
  color: #868484;
}

.list-item-icon {
  float: right;
  width: 21px;
  height: 6px;
  background: url(../images/right_icon.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 21px;
}

.college-news_action .list-item-icon {
  background: url(../images/right_icon_select.png) no-repeat;
}

.college-news_action .list-item-content,
.college-news_action .list-item-title,
.college-news_action .list-item-time {
  font-family: "Medium";
  color: #244ba5;
}

.college-news_action .college-news-list-index {
  font-family: "Medium";
  color: #244ba5;
  border: 1px solid #244ba5;
}

/* 学术动态 */
.academic {
  position: relative;
  padding-bottom: 10px;
}
.academic-phone {
  display: none;
}

.academic-top-icon {
  width: 241px;
  height: 263px;
  margin: 40px auto;
  background: url(../images/academic-top-icon.png) no-repeat;
  background-size: 100% 100%;
}

.notice-BG-icon {
  position: absolute;
  width: 378px;
  height: 373px;
  right: 600px;
  top: 30%;
  background: url(../images/academic-BG-icon.png) no-repeat;
  background-size: 100% 100%;
}

.academic-BG-icon {
  position: absolute;
  /* height: 100%; */
  width: 491px;
  height: 656px;
  left: 500px;
  top: 0rem;
  background: url(../images/notice-BG-icon.png) no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.academicSwiper {
  position: relative;
  height: 305rem;
  background: url(../images/academicSwiper.png) no-repeat;
  background-size: 100% 100%;
}

.academicSwiper .swiper-slide {
  /* position: relative; */
  width: 345px !important;
  height: 536px !important;
  /* box-shadow: 0px 0px 10px 0px #00000006; */
  /* top: 0; */
  /* left: -9999px; */
}

.academic-swiper-warpper {
  position: absolute;
  width: 100%;
  top: 23rem;
  overflow: hidden;
}

.academic-swiper-warpper .swiper-wrapper,
.academic-swiper-warpper .swiper-slide {
  width: 100%;
  height: 100%;
}

.academic-swiper-warpper .swiper-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.academic-swiper-warpper .swiper-slide {
  cursor: pointer;
}

.academicList {
  background-color: #fff;
  border-radius: 6px;
  padding-top: 14rem;
  padding-left: 10rem;
  padding-right: 10rem;
  cursor: pointer;
}

.academic-title-icon {
  /* position: relative; */
  width: 30px;
  height: 32px;
  background: url(../images/academic-title-icon.png) no-repeat;
  background-size: 100% 100%;
  /* top: 20rem; */
}

.academic-header {
  text-align: center;
  font-size: 9rem;
  font-weight: 600;
  margin: 10rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.academic-name,
.academic-summary,
.academic-title {
  font-size: 9rem;
  line-height: 13.6rem;
  margin-bottom: 10rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.academic-summary-content {
  height: 56rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.letter_pr {
  letter-spacing: 2rem;
}

.academic-footer {
  padding-bottom: 10px !important;
}

.academic-footer-time {
  float: left;
  color: #999999;
}

.academic-footer-icon {
  float: right;
  width: 21px;
  height: 6px;
  background: url(../images/right_icon.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 2rem;
}

.academic_actions .academic-title-icon {
  background: url(../images/academic-title-icon-select.png) no-repeat;
  background-size: 100% 100%;
}

.academic_actions .academic-footer-icon {
  background: url(../images/right_icon_select.png) no-repeat;
  background-size: 100% 100%;
}

.academic_actions .academic-footer-time,
.academic_actions {
  color: #244ba5 !important;
}

.academicList {
  border: 1px solid #244ba500;
}

.academic_actions .academicList {
  border: 1px solid #244ba5;
}

.stack-list {
  height: 155rem;
}
.stack-list-warp {
  /* width: 75%; */
  width: 1200px;
  height: 170rem;
  margin: 36rem auto;
  border: 1px solid #ffffff00;
}

.accordion-container {
  height: 100%;
  /* border: 1px solid; */
}

.accordion-list {
  width: 233px;
  height: 225px;
  float: left;
  transition: all 0.3s;
}

.accordion-action > ul,
.accordion-action > ul > a > li,
g {
  width: 100%;
  height: 100%;
}

.accordion-list {
  cursor: pointer;
  position: relative;
}
.accordion-list > a {
  width: 100%;
  height: 100%;
}
.accordion-list > a > div {
  width: 100%;
  height: 100%;
  display: none;
}

/* transition: all 0.5s; */
.accordion-list > a > div.show-img-accordion {
  display: block;
}

.show-accordion-list {
  width: 501px;
  height: 265px;
  margin-top: -21px;
  transition: all 0.3s;
}

.accordion-list .show-conetnt-model {
  position: relative;
  overflow: hidden;
}

.accordion-list .show-conetnt-model img {
  width: 100%;
  height: 100%;
  transform: scale(1.5, 1.5);
  transition: transform 2s;
}
.accordion-list .show-module-text {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 30px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.accordion-list .show-module-text-big {
  transform: scale(1.5, 1.5);
}
.accordion-list .show-module-text-small {
  transform: scale(1.1, 1.1);
  transition: transform 2s;
}

.accordion-list.show-accordion-list
  .show-conetnt-model.show-img-accordion.accordion_action
  img {
  transform: scale(1, 1);
}
.footer {
  height: 245px;
  min-width: 1200px !important;
  background: url(../images/RectangleNav.png) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 4px;
}

.footer .stack-list-warp {
  /* width: 75%; */
  width: 1200px;
  height: 100%;
  margin: -1rem auto;
  color: #fff;
}

.QRCode {
  float: left;
  width: 83.4rem;
  height: 83.4rem;
  margin-top: 45px;
  background: url(../images/QRCode.png) no-repeat;
  background-size: 100% 100%;
}

.Copyright-address {
  float: left;
  font-size: 9rem;
  height: 28rem;
  margin-left: 6%;
  margin-top: 50rem;
  line-height: 13.6rem;
  text-align: center;
}

.friendly-link {
  float: left;
  margin-top: 29rem;
  font-size: 9rem;
  margin-left: 6%;
  line-height: 13.6rem;
}

.friendly-link > ul > li {
  cursor: pointer;
}

.friendly-link > ul > li > a {
  color: #fff;
}

.friendly-link > ul > li > a:hover {
  color: #94070a;
}

.link-btn {
  float: right;
  margin-top: 32rem;
}

.link-btn > a {
  display: block;
  margin-bottom: 15rem;
  width: 156px;
  height: 40px;
}
.dean-link {
  background: url(../images/dean-link.png) no-repeat;
  background-size: 100% 100%;
  width: 156px;
  height: 40px;
}

.Secretary-link {
  background: url(../images/Secretary-link.png) no-repeat;
  background-size: 100% 100%;
  width: 156px;
  height: 40px;
}

.dean-link-select {
  background: url(../images/dean-link-select.png) no-repeat;
  background-size: 100% 100%;
}

.Secretary-link-select {
  background: url(../images/Secretary-link-select.png) no-repeat;
  background-size: 100% 100%;
}

#academic-swiper {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding-left: 10px;
}
.top_LI_action {
  font-family: "Medium";
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.academic-swiper-warpper .swiper-button-next,
.academic-swiper-warpper .swiper-button-prev {
  width: 60px;
  height: 60px;
  top: 42%;
}
.academic-swiper-warpper .swiper-button-next {
  right: 10%;
}
.academic-swiper-warpper .swiper-button-prev {
  left: 10%;
}

@media screen and (max-width: 1200px) {
  .academic-swiper-warpper .swiper-button-prev {
    left: 0%;
  }
  .academic-swiper-warpper .swiper-button-next {
    right: 0%;
  }
}
@media screen and (max-width: 1680px) {
  .academic-swiper-warpper .swiper-button-prev {
    top: 40%;
    left: 5%;
  }
  .academic-swiper-warpper .swiper-button-next {
    top: 40%;
    right: 5%;
  }
}
@media screen and (min-width: 2049px) {
  .academic-swiper-warpper .swiper-button-prev {
    left: 20%;
  }
  .academic-swiper-warpper .swiper-button-next {
    right: 20%;
  }
}
@media screen and (min-height: 1500px) {
  .academic-swiper-warpper .swiper-button-prev {
    left: 0%;
  }
  .academic-swiper-warpper .swiper-button-next {
    right: 0%;
  }
}

@media screen and (min-width: 1400px) {
  .college-news-list_warp{
    margin-bottom: calc((280rem - 480px)/6);
  }
}
@media screen and (max-width: 1400px){
  .college-news-list_warp{
    margin-bottom: 0px;
  }
}
.nav_foot,
.foot-logo,
.nav-tow-icon-phone,
.notice-title-warp-text,
.phone_nav_icon {
  display: none;
}